Don't include X11 headers in wayland
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 May 2013 16:26:26 +0000 (12:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 May 2013 16:26:26 +0000 (12:26 -0400)
The include of X11/keysyms.h in gdkdevice-wayland.c was just
a leftover.

gdk/wayland/gdkdevice-wayland.c

index c258be3316ff3e54fcf031cf8ea9d00e77dfd65f..cd4a6955aab2e5e43668a53781526d55850e8308 100644 (file)
@@ -32,7 +32,6 @@
 #include "gdkdevicemanagerprivate.h"
 
 #include <xkbcommon/xkbcommon.h>
-#include <X11/keysym.h>
 
 #include <sys/time.h>
 #include <sys/mman.h>